home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / misc / self_test < prev    next >
Encoding:
Text File  |  1996-05-02  |  343 b   |  14 lines

  1. #!/bin/csh
  2. #
  3. # Run this file to test your SmallEiffel compiler.
  4. #
  5. # Printed Output should be the same as the file
  6. # SmallEiffel/misc/self_test.good_output
  7. #
  8. foreach flag (-boost -no_check -require_check -ensure_check\
  9.           -invariant_check -loop_check -all_check)
  10.     set d=${SmallEiffel}
  11.     ${d}/misc/basic_test ${flag}
  12. end
  13. echo Self Test Done.
  14.